Learn how to deploy Soulbound Token contracts in Sequence Builder for non-transferable, exclusive game assets. This guide covers setup, key steps, and best practices for deploying non-tradable NFTs.
project
in the top left corner for which you want to create the collectible, then go to the Deploy
section, select Contracts
, and select the Contracts
button to add a new contract.
Contract Name
and Owner
. You also have the option to set Royalties. Ensure that the Owner address matches the Sequence Wallet in the top-right corner, with adequate funds in this wallet on mainnet. For testnet transactions, we sponsor them for you.
name
later will update it across the Sequence stack, but popular explorers will not reindex the information. Your initial entry will remain in these systems.mint
card in the Write Contract
section and input the to
being the wallet address you would like to receive the token to, the tokenId
(typically starting at 0), and amount
of tokens, and finally the data
section you can just input 0x00
, which typically represent Additional data with no specified format.
Transactions
tab navigation